home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / RESOURCES / KOOB / control / client / interfaces / splashscreen.gui < prev   
Encoding:
Text File  |  2006-09-24  |  482 b   |  20 lines

  1. new GuiChunkedBitmapCtrl(SplashScreen) {
  2.    profile = "GuiDefaultProfile";
  3.    horizSizing = "width";
  4.    vertSizing = "height";
  5.    position = "0 0";
  6.    extent = "640 480";
  7.    minExtent = "8 8";
  8.    visible = "1";
  9.    helpTag = "0";
  10.    bitmap = "./interfaces/emaga_splash";
  11.    useVariable = "0";
  12.    tile = "0";
  13.    noCursor=1;
  14.    new GuiInputCtrl(SplashScreenInputCtrl) {
  15.       profile = "GuiInputCtrlProfile";
  16.       position = "0 0";
  17.       extent = "10 10";
  18.    };
  19. };
  20.